home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / configbuttons.ctl < prev    next >
Text File  |  2000-05-12  |  1KB  |  48 lines

  1. -- RCSVER $Id: configbuttons.ctl,v 1.1 2000-05-03 12:28:56-05 randy Exp $ */
  2. -- *************************************************************************
  3. --       Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        configbuttons.ctl
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the configbuttons table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE configbuttons
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     value,
  18.     label,
  19.     locx,
  20.     locy,
  21.     width,
  22.     height,
  23.     bgcolor_r,
  24.     bgcolor_g,
  25.     bgcolor_b
  26. )
  27. begindata
  28. C|C|270|150|45|45|255|255|255|
  29. D|D|330|150|45|45|255|255|255|
  30. E|E|270|225|45|45|255|255|255|
  31. F|F|330|225|45|45|255|255|255|
  32. G|G|270|300|45|45|255|255|255|
  33. H|H|330|300|45|45|255|255|255|
  34. I|I|270|375|45|45|255|255|255|
  35. J|J|330|375|45|45|255|255|255|
  36. K|K|420|150|45|45|255|255|255|
  37. L|L|480|150|45|45|255|255|255|
  38. M|M|420|225|45|45|255|255|255|
  39. N|N|480|225|45|45|255|255|255|
  40. O|O|420|300|45|45|255|255|255|
  41. P|P|480|300|45|45|255|255|255|
  42. R|R|420|375|45|45|255|255|255|
  43. S|S|480|375|45|45|255|255|255|
  44. T|T|570|45|60|60|255|255|255|
  45. U|U|570|150|60|60|255|255|255|
  46. V|V|570|255|60|60|255|255|255|
  47. W|W|570|360|60|60|255|0|0|
  48.